'Declaration Public Overloads Shared Function GetUniqueValues( _ ByVal workspace As String, _ ByVal table As String, _ ByVal view As Dictionary(Of String,Object), _ ByVal fieldName As String, _ ByVal cancelToken As CancellationToken _ ) As Task(Of IList)
public static Task<IList> GetUniqueValues( string workspace, string table, Dictionary<string,object> view, string fieldName, CancellationToken cancelToken )
Parameters
- workspace
- Path in the server's file system where DataEngine data is saved in files.
- table
- The name of a DataEngine table.
- view
- View definition used for performing aggregation.
- fieldName
- The name of the field to provide unique values for.
- cancelToken
- Enables task cancellation.
Return Value
Collection of objects with properties Name (string) and Type (System.Type)